home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / misc / xprzmodem.lha / Source / zmodem_strings.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-03  |  184 b   |  6 lines

  1. #define CATCOMP_ARRAY
  2. #include "zmodem_strings.h"
  3.  
  4. struct CatCompArrayType *AppStrings = &CatCompArray[0];
  5. LONG NumAppStrings = sizeof(CatCompArray) / sizeof(struct CatCompArrayType);
  6.